home *** CD-ROM | disk | FTP | other *** search
- object EngineModeForm: TEngineModeForm
- Left = 270
- Top = 194
- ActiveControl = ListBox1
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Engine Mode Selection Dialog'
- ClientHeight = 330
- ClientWidth = 592
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- PixelsPerInch = 96
- TextHeight = 13
- object lModeID: TLabel
- Left = 36
- Top = 187
- Width = 123
- Height = 13
- AutoSize = False
- end
- object BitBtn1: TBitBtn
- Left = 16
- Top = 228
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 104
- Top = 228
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object ListBox1: TListBox
- Left = 8
- Top = 32
- Width = 177
- Height = 137
- ItemHeight = 13
- TabOrder = 2
- OnClick = ListBox1Click
- OnDblClick = ListBox1DblClick
- end
- object Panel1: TPanel
- Left = 192
- Top = 1
- Width = 400
- Height = 328
- TabOrder = 3
- object Label1: TLabel
- Left = 9
- Top = 4
- Width = 28
- Height = 13
- Caption = 'Name'
- end
- object Label2: TLabel
- Left = 9
- Top = 22
- Width = 48
- Height = 13
- Caption = 'Language'
- end
- object Label3: TLabel
- Left = 9
- Top = 40
- Width = 63
- Height = 13
- Caption = 'Manufacturer'
- end
- object Label4: TLabel
- Left = 9
- Top = 58
- Width = 37
- Height = 13
- Caption = 'Product'
- end
- object Label5: TLabel
- Left = 9
- Top = 76
- Width = 41
- Height = 13
- Caption = 'Mode ID'
- end
- object Label6: TLabel
- Left = 9
- Top = 94
- Width = 47
- Height = 13
- Caption = 'Engine ID'
- end
- object Label7: TLabel
- Left = 9
- Top = 112
- Width = 40
- Height = 13
- Caption = 'Speaker'
- end
- object Label8: TLabel
- Left = 9
- Top = 130
- Width = 23
- Height = 13
- Caption = 'Style'
- end
- object Label9: TLabel
- Left = 9
- Top = 148
- Width = 35
- Height = 13
- Caption = 'Gender'
- end
- object Label10: TLabel
- Left = 9
- Top = 166
- Width = 19
- Height = 13
- Caption = 'Age'
- end
- object Label11: TLabel
- Left = 9
- Top = 184
- Width = 73
- Height = 13
- Caption = 'Avail. Feattures'
- end
- object Label12: TLabel
- Left = 9
- Top = 262
- Width = 47
- Height = 13
- Caption = 'Interfaces'
- end
- object Label13: TLabel
- Left = 9
- Top = 307
- Width = 74
- Height = 13
- Caption = 'Engine Specific'
- end
- object lName: TLabel
- Left = 95
- Top = 4
- Width = 300
- Height = 13
- AutoSize = False
- end
- object lLanguage: TLabel
- Left = 95
- Top = 22
- Width = 300
- Height = 13
- AutoSize = False
- end
- object lManufacturer: TLabel
- Left = 95
- Top = 40
- Width = 300
- Height = 13
- AutoSize = False
- end
- object lProduct: TLabel
- Left = 95
- Top = 58
- Width = 300
- Height = 13
- AutoSize = False
- end
- object lEngineID: TLabel
- Left = 95
- Top = 94
- Width = 300
- Height = 13
- AutoSize = False
- end
- object lSpeaker: TLabel
- Left = 95
- Top = 112
- Width = 300
- Height = 13
- AutoSize = False
- end
- object lStyle: TLabel
- Left = 95
- Top = 130
- Width = 300
- Height = 13
- AutoSize = False
- end
- object lGender: TLabel
- Left = 95
- Top = 148
- Width = 300
- Height = 13
- AutoSize = False
- end
- object lAge: TLabel
- Left = 95
- Top = 166
- Width = 300
- Height = 13
- AutoSize = False
- end
- object lEngineFeatures: TLabel
- Left = 95
- Top = 307
- Width = 300
- Height = 13
- AutoSize = False
- end
- object eModeID: TEdit
- Left = 94
- Top = 76
- Width = 303
- Height = 15
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 0
- Text = 'eModeID'
- end
- object ListBoxFeatures: TListBox
- Left = 95
- Top = 182
- Width = 300
- Height = 78
- BorderStyle = bsNone
- Color = clHighlightText
- Ctl3D = False
- ItemHeight = 13
- ParentCtl3D = False
- TabOrder = 1
- end
- object ListBoxInterfaces: TListBox
- Left = 95
- Top = 262
- Width = 300
- Height = 43
- BorderStyle = bsNone
- Color = clHighlightText
- Ctl3D = False
- ItemHeight = 13
- ParentCtl3D = False
- TabOrder = 2
- end
- end
- end
-